programs.vscode.profiles.<name>.userSettings
Configuration written to Visual Studio Code's settings.json. This can be a JSON object or a path to a custom JSON file.
- Type
absolute path or JSON value- Default
{ }- Example
{ "files.autoSave" = "off"; "[nix]"."editor.tabSize" = 2; }- Declared
- <home-manager/modules/programs/vscode>